GetPdfEnum<T>(IPdfDict,PdfName,T) Method
Gets the
GrapeCity.Documents.Pdf.PdfEnum<TEnum> value associated with the specified key. If the value does not exist returns .
'Declaration
Public Overloads Shared Function GetPdfEnum(Of As {New, Struct})( _
ByVal As IPdfDict, _
ByVal As PdfName, _
ByVal As _
) As PdfEnum(Of T)
public static PdfEnum<T> GetPdfEnum<>(
IPdfDict ,
PdfName ,
)
where T: new(), struct
Parameters
- dict
- The current dictionary.
- key
- The key identifying the value.
- defValue
- The default value.
Type Parameters
- T
Return Value
The value associated with the specified key, or .